toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]PrintPdfCallback
/
Action
Action
class
Action
:
AsyncCallbackAction
<
R
>
An action providing a response to the
PrintPdfCallback
.
Since
7.13
Members
Constructors
Action
Link copied to clipboard
constructor
(
consumer
:
Consumer
<
Response
>
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
Notifies the browser to cancel the printing.
is
Closed
Link copied to clipboard
fun
isClosed
(
)
:
Boolean
Returns
true
if this action is closed.
proceed
Link copied to clipboard
open
fun
proceed
(
printer
:
Printer
<
out
Any
>
)
Applies the configured print settings and notifies the browser to proceed with printing.